CallGraph
uicallgraphuicallgraph.cpp
Go to the documentation of this file.
00001 #include "uicallgraphuicallgraph.h"
00002 
00003 uicallgraphuicallgraph::uicallgraphuicallgraph( wxWindow* parent )
00004 :
00005 uicallgraph( parent )
00006 {
00007 
00008 }
00009 
00010 void uicallgraphuicallgraph::OnPaint( wxPaintEvent& event )
00011 {
00012 // TODO: Implement OnPaint
00013 }
00014 
00015 void uicallgraphuicallgraph::OnSaveCallGraph( wxCommandEvent& event )
00016 {
00017 // TODO: Implement OnSaveCallGraph
00018 }
00019 
00020 void uicallgraphuicallgraph::OnClosePanel( wxCommandEvent& event )
00021 {
00022 // TODO: Implement OnClosePanel
00023 }
 All Classes Files Functions Variables